home *** CD-ROM | disk | FTP | other *** search
- /* file: LOADOPS.PL {directives with operator declarations} */
-
- /*
- *************
- M I K E
- *************
- Micro Interpreter for Knowledge Engineering
- {written in Edinburgh-syntax Prolog}
-
- MIKE: Copyright (c) 1989, 1990 The Open University (U.K.)
-
- MIKE is intended for educational purposes, and may not
- be sold as or incorporated in a commercial product without
- written permission from: The Copyrights Officer, Open University,
- Milton Keynes MK7 6AA, U.K.
-
- The Open University accepts no responsibility for any legal or other
- consequences which may arise directly or indirectly as a result of the
- use of all or parts of the contents of this program.
-
- This software accompanies Open University Study Pack PD624, 'KNOWLEDGE
- ENGINEERING'. Complete sets of study pack materials may be obtained from:
-
- Learning Materials Sales Office
- The Open University
- P.O. Box 188
- Milton Keynes MK7 6DH, U.K.
-
- Tel: [+44] (908) 653338
- Fax: [+44] (908) 653744
- */
-
- /* ================ O P E R A T O R D E C L A R A T I O N S ========= */
-
- ?- op(1200,fx,rule).
- ?- op(1199,xfx,with).
- ?- op(1199,xfx,forward).
- ?- op(1199,xfx,backward).
- ?- op(1100,fx,if).
- ?- op(1000,xfx,then).
- ?- op(1000,xfx,from).
- ?- op(999, fx, [make_value,add_value]).
- ?- op(955,xfy, or).
- ?- op(954, xfy, '&').
- ?- op(953,fx, '--').
- ?- op(953,fx, query).
- ?- op(952,xfy, receives_answer).
- ?- op(950,fx, establish).
- ?- op(950,fx, deduce).
- ?- op(950,fx, say).
- ?- op(950,fx, remove).
- ?- op(950,fx, note).
- ?- op(950,fx, add).
- ?- op(950,fx, announce).
- ?- op(950,xfy,explained_by).
- ?- op(950,fx,why).
- ?- op(950,fx,how).
- ?- op(950,fx,describe).
- ?- op(950,fx,show).
- ?- op(950,fx,strategy).
- ?- op(899,fx,the).
- ?- op(899,fx,all).
- ?- op(898,xfx,of).
- ?- op(897,xfx,to).
- ?- op(876,xfx,for).
- ?- op(850,xfx,are).
- ?- op(800,xfx,instance_of).
- ?- op(800,xfx,subclass_of).
- ?- op(799,xfx,':').
- ?- op(700,fx,kb).
- ?- op(200,xfx,'<--').
- ?- op(10,fx,'?').